home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / msgpanel.zip / MSGPANEL.DOC (.txt) < prev    next >
Word Document  |  1996-04-15  |  9KB  |  47 lines

  1.  
  2. MsgPanel object
  3.  
  4. This object is an alternative for the Messagbox. It gives the programmer
  5. the possibility to give the enduser Messages without blokking the
  6. application. It consists of a panel at the bottom of the form.
  7.  
  8. Installation
  9. ΓÇó Copy the files MSGPANEL.DCU and MSGPANEL.DCR to a library directory of
  10.   your choice.
  11. ΓÇó Choose from within the Delphi menu bar Options, Install components, Add
  12.   and select the MSGPANEL.DCU file. Click OK and OK.
  13. ΓÇó The component is now installed in the Specials panel.
  14.  
  15. Use of the MsgPanel component
  16. While designing a form, just place the object on the form. By default it
  17. will be placed at the bottom.
  18. All normal Panel properties are valid.
  19. Additional Properties are
  20. ΓÇó DoBeep         Beeping on the message On or Off.
  21. ΓÇó ColorTime      The time in Milliseconds the panel has the specified
  22.   color.
  23. ΓÇó WarningTime    The time in Milliseconds the message is visible.
  24. ΓÇó WarningBGColor The chosen background color for the specified warning
  25.   level.
  26. ΓÇó WarningFGColor The chosen foreground color for the specified warning
  27.   level.
  28.  
  29. The format for Sending a message is Msgpanel1.warning(ΓÇÿwarning textΓÇÖ,
  30. warning level)
  31.  where the warning text is any string (or string variable) and warning
  32. level is the chosen level for the color schema
  33. (0,1 or 2)
  34.  
  35.  
  36. Registration
  37. Registered users receive a copy of the source. Registration fee is $5.
  38. Registered users will receive updated versions when available.
  39. Suggestions and comments on this object are always welcome !!!!!
  40.  
  41. Sjef van der Velde
  42. Vriendschapslaan 10
  43. 6544 AM  Nijmegen
  44. The Netherlands,
  45. CompuServe 101651,2176
  46.  
  47.